home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_S / S_871 / S_871.ZIP / CD-ROM / METADOS / README.TXT < prev   
Text File  |  1995-09-09  |  2KB  |  68 lines

  1. MetaDOS 2.60
  2.     These are the essential elements to get any SCSI CD ROM drive going on 
  3.     an Atari TT or to use an `Atari CDAR 504' CD ROM on an Atari with 
  4.     ACSI port. It does NOT support SCSI drives connected to an ACSI 
  5.     port. It does NOT support the Atari Falcon030 at all (in these 
  6.     cases, you'll need third-party drivers). You may use it 'as is', don't 
  7.     expect any updates.
  8.  
  9.     This release fixes only some small problems present in previous 
  10.     versions.
  11.  
  12. FILES
  13.     \AUTO\CDARGEN.BOS
  14.         Generalized version of physical device driver. This driver only 
  15.         supports SCSI CD ROMs connected to the SCSI port of the Atari TT 
  16.         (or the Atari 'CDAR 504' connected to the ACSI port of any Atari 
  17.         computer with ACSI port).
  18.  
  19.     \AUTO\HSMAY86.DOS
  20.         Version 2.60 driver for CD-ROMs in High Sierra format (usually not 
  21.         needed).
  22.  
  23.     \AUTO\ISO9660F.DOS
  24.         Version 2.60 driver for CD-ROMs in ISO 9660 format (the ISO format 
  25.         is the 'real' final version of the original High Sierra 
  26.         specification).
  27.  
  28.     \AUTO\METADOS.PRG
  29.         Version 2.60 of MetaDOS.
  30.  
  31.     \AUTO\CONFIG.SYS
  32.         Configuration file. You will have to edit this file to assign 
  33.         drive numbers and/or drive letters. In addition, you can edit the 
  34.         path names for all driver files (if \AUTO\BOOT\ isn't ok for you).
  35.  
  36. INSTALLATION
  37.     Copy METADOS.PRG, CONFIG.SYS, CDARGEN.BOS, ISO9660F.DOS and 
  38.     HSMAY86.DOS into the AUTO folder, edit the ASCII file CONFIG.SYS for 
  39.     your specific settings. Reboot.
  40.  
  41. KNOWN PROBLEMS
  42.     METADOS.PRG
  43.         Some programs won't access drive letters beyond P: (MetaDOS can 
  44.         install drive letters up to Z:).
  45.  
  46.         Technical problems: It's not possible to redirect GEMDOS standard 
  47.         input/output to MetaDOS files (only applies to people using 
  48.         command line shells).
  49.  
  50.     ISO9660F.DOS and HSMAY86.DOS
  51.         Sometimes, media change doesn't work properly. If this happens to 
  52.         you, eject the disk, insert it again and wait a few seconds before 
  53.         the next try.
  54.  
  55.     CDARGEN.BOS
  56.         The old audio commands (documented in the developer's 
  57.         documentation) are only supported for backwards compatibility 
  58.         only; some flags do not work at all.
  59.  
  60.         Technical problems: the MetaDOS XBIOS calls that cause I/O with an 
  61.         ACSI device require that buffers are allocated in ST compatible 
  62.         RAM (see Mxalloc documentation).
  63.  
  64.         Some CD ROM drives need special initializations to be able to 
  65.         access disks in XA format (Photo CD). CDARGEN.BOS has no special 
  66.         support for those drives.
  67.  
  68.